From 92a0c60a4b91f36eb11f96fe3f5e56f743c42c83 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 24 May 2005 09:42:18 +0000 Subject: [PATCH] bitkeeper revision 1.1526 (4292f6fatFGrb_g2pL3e_YfSdZhjPA) Another xcutils build fix: libxc depends on libxutil. Signed-off-by: Keir Fraser --- tools/xcutils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile index 6c5ffad657..71c3c6a404 100644 --- a/tools/xcutils/Makefile +++ b/tools/xcutils/Makefile @@ -17,7 +17,6 @@ include $(XEN_ROOT)/tools/Rules.mk PROGRAMS_INSTALL_DIR = /usr/libexec/xen -vpath %.h $(XEN_LIBXC) INCLUDES += -I $(XEN_LIBXC) CC := gcc @@ -33,7 +32,7 @@ PROGRAMS = xc_restore xc_restore_OBJS = xc_restore.o -LDLIBS += -L$(XEN_LIBXC) -lxc +LDLIBS = -L$(XEN_LIBXC) -L$(XEN_LIBXUTIL) -lxc -lxutil .PHONY: all all: build -- 2.30.2